Skip to content

Commit

Permalink
Revert "Release 1.0.0"
Browse files Browse the repository at this point in the history
It updated to 1.0.0 without rc1

This reverts commit a91e38b.
  • Loading branch information
humitos committed Aug 24, 2023
1 parent a91e38b commit 51c4381
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
12 changes: 0 additions & 12 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@ Changelog
=========


Version 1.0.0rc1
----------------

:Date: August 24, 2023

* Add support for Sphinx 7.x
* Drop support for older versions of Sphinx. Currently, only Sphinx>=5 is tested and supported.
* Drop support for Python 2.7
* Drop support for docutils < 0.17
* Remove deprecated configs (``notfound_no_urls_prefix``, ``notfound_default_language``, ``notfound_default_version``)


Version 0.8.3
-------------

Expand Down
2 changes: 1 addition & 1 deletion notfound/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "0.8.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords=[
dependencies = [
"sphinx>=5",
]
version = "1.0.0"
version = "0.8.3"
readme = "README.rst"
license = {file = "LICENSE"}
classifiers = [
Expand Down Expand Up @@ -72,7 +72,7 @@ exclude = [
]

[tool.bumpver]
current_version = "1.0.0"
current_version = "0.8.3"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Release {new_version}"
commit = true
Expand Down

0 comments on commit 51c4381

Please sign in to comment.