Skip to content

Commit

Permalink
Merge pull request #67 from lydia-duncan/updateVersion
Browse files Browse the repository at this point in the history
Update the version and add a note to the requirements file
[basic, not reviewed]

The version update is the usual post-release version bump so that we are ready
for the next one.

The requirements file note is so that we don't forget to update setup.py the
next time we update the requirements.txt file. We had previously removed the
version numbers from setup.py under the mistaken belief that setting it in the
requirements file was sufficient to affect what was used when calling setup.py.
However, that was not the case in the independent release job, so it needed the
version numbers restored
  • Loading branch information
lydia-duncan authored Aug 25, 2022
2 parents db709df + 61b90ee commit ba9de5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Note: DON'T UPDATE THIS WITHOUT ALSO UPDATING SETUP.PY
docutils==0.16
Sphinx==4.5.0
2 changes: 1 addition & 1 deletion sphinxcontrib/chapeldomain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

from sphinxcontrib.chapeldomain.chapel import ChapelLexer

VERSION = '0.0.23'
VERSION = '0.0.24'


# regex for parsing proc, iter, class, record, etc.
Expand Down

0 comments on commit ba9de5d

Please sign in to comment.