Skip to content

Commit

Permalink
update versioneer configuration to fix reported readthedocs version (#…
Browse files Browse the repository at this point in the history
…1810)

* update _version.py configuration

* update changelog

---------

Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
stephprince and rly authored Dec 20, 2023
1 parent d9a409d commit ac17d17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

### Bug fixes
- Fix bug where namespaces were loaded in "w-" mode. @h-mayorquin [#1795](https://github.com/NeurodataWithoutBorders/pynwb/pull/1795)
- Fix bug where pynwb version was reported as "unknown" to readthedocs @stephprince [#1810](https://github.com/NeurodataWithoutBorders/pynwb/pull/1810)

## PyNWB 2.5.0 (August 18, 2023)

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ VCS = git
versionfile_source = src/pynwb/_version.py
versionfile_build = pynwb/_version.py
tag_prefix = ''
style = pep440-pre

[flake8]
max-line-length = 120
Expand Down
2 changes: 1 addition & 1 deletion src/pynwb/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_config():
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = "pep440-pre"
cfg.tag_prefix = "*.*.*"
cfg.tag_prefix = ""
cfg.parentdir_prefix = "None"
cfg.versionfile_source = "src/pynwb/_version.py"
cfg.verbose = False
Expand Down

0 comments on commit ac17d17

Please sign in to comment.