Skip to content

Commit

Permalink
Merge pull request #125 from Colin-Fredericks/patch-1
Browse files Browse the repository at this point in the history
Docs: Fixing header levels in readme
  • Loading branch information
feanil authored Nov 25, 2024
2 parents ccac343 + ad70e6d commit ca89cb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Getting Started with Development
********************************

General
-------
=======

Please see the Open edX documentation for `guidance on Python development`_ in this repo.

.. _guidance on Python development: https://docs.openedx.org/en/latest/developers/how-tos/get-ready-for-python-dev.html

Instructions
------------
============

Fork and clone the repository, then open a terminal and cd into the repo folder.

Expand Down
2 changes: 1 addition & 1 deletion calc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

from .calc import *

__version__ = '4.0.0'
__version__ = '4.0.1'

0 comments on commit ca89cb5

Please sign in to comment.