Skip to content

Commit

Permalink
Bump version to v2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Mar 16, 2021
1 parent 60320bc commit 2318ac8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMake_version_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

################################
## Version information
set(HOOMD_VERSION_RAW "2.9.5")
set(HOOMD_VERSION_RAW "2.9.6")
string(REGEX MATCH "(.*)\\.(.*)\\.(.*)$" _hoomd_version_match ${HOOMD_VERSION_RAW})
set(HOOMD_VERSION_MAJOR ${CMAKE_MATCH_1})
set(HOOMD_VERSION_MINOR ${CMAKE_MATCH_2})
Expand Down
2 changes: 1 addition & 1 deletion INSTALLING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ https://glotzerlab.engin.umich.edu/Downloads/hoomd

.. code-block:: bash
$ curl -O https://glotzerlab.engin.umich.edu/Downloads/hoomd/hoomd-v2.9.5.tar.gz
$ curl -O https://glotzerlab.engin.umich.edu/Downloads/hoomd/hoomd-v2.9.6.tar.gz
Or, clone using Git:

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.9.5
current_version = 2.9.6
commit = False
tag = False

Expand Down
4 changes: 2 additions & 2 deletions sphinx-doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
# built documents.
#
# The short X.Y version.
version = '2.9.5'
version = '2.9.6'
# The full version, including alpha/beta/rc tags.
release = '2.9.5'
release = '2.9.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 2318ac8

Please sign in to comment.