Skip to content

Commit

Permalink
build: Iterate the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 5, 2023
1 parent 431d719 commit 8de0add
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Added

- :func:`~ocdskingfishercolab.set_dark_mode`, if *Tools > Settings > Site > Theme* is set to *dark* in Google Colaboratory.
- :func:`~ocdskingfishercolab.set_light_mode`, for the default Seaborn theme.
- :func:`~ocdskingfishercolab.format_thousands`.

0.3.10 (2023-02-03)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Open Contracting Partnership"

# The short X.Y version
version = "0.3.9"
version = "0.3.11"
# The full version, including alpha/beta/rc tags
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ocdskingfishercolab
version = 0.3.10
version = 0.3.11
author = Open Contracting Partnership
author_email = data@open-contracting.org
license = BSD
Expand Down

0 comments on commit 8de0add

Please sign in to comment.