Skip to content

Commit

Permalink
chore: Update version tracking
Browse files Browse the repository at this point in the history
VERSION.txt has been removed for sometimes (d8fdd3e). Instead, `__version__ `variable added in `xblock/__init__.py`.
  • Loading branch information
CodeWithEmad committed Aug 3, 2024
1 parent 6046ee6 commit e865f8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include xblock/VERSION.txt
recursive-include xblock *.mo *.po
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To package a new release:

#. Describe the release in CHANGELOG.rst

#. Update the version number in xblock/VERSION.txt.
#. Update the ``__version__`` number in `xblock/__init__.py`_

#. Use the github release mechanism to release a new version. This will tag and publish the package.

Expand Down

0 comments on commit e865f8b

Please sign in to comment.