diff options
| -rw-r--r-- | CHANGELOG.md | 9 | ||||
| -rw-r--r-- | pyproject.toml | 7 | ||||
| -rw-r--r-- | sphinx_conf.py | 4 | ||||
| -rw-r--r-- | src/otp2289/__init__.py | 2 | ||||
| -rw-r--r-- | test/test_generator.py (renamed from tests/test_generator.py) | 0 | ||||
| -rw-r--r-- | test/test_main.py (renamed from tests/test_main.py) | 0 | ||||
| -rw-r--r-- | test/test_server.py (renamed from tests/test_server.py) | 0 | ||||
| -rw-r--r-- | test/test_static.py (renamed from tests/test_static.py) | 0 |
8 files changed, 17 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cffe69..90b2fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | # Changelog | 1 | # Changelog |
| 2 | 2 | ||
| 3 | ## [1.2.1](https://github.com/blackm0re/pyotp2289/tree/1.2.1) (2023-01-08) | ||
| 4 | |||
| 5 | [Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.2.0...1.2.1) | ||
| 6 | |||
| 7 | **Changes:** | ||
| 8 | |||
| 9 | - Include the unit tests in the sdist package | ||
| 10 | |||
| 11 | |||
| 3 | ## [1.2.0](https://github.com/blackm0re/pyotp2289/tree/1.2.0) (2023-01-05) | 12 | ## [1.2.0](https://github.com/blackm0re/pyotp2289/tree/1.2.0) (2023-01-05) |
| 4 | 13 | ||
| 5 | [Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.1.1...1.2.0) | 14 | [Full Changelog](https://github.com/blackm0re/pyotp2289/compare/1.1.1...1.2.0) |
diff --git a/pyproject.toml b/pyproject.toml index 21a01e2..272c00f 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -8,7 +8,10 @@ build-backend = "setuptools.build_meta" | |||
| 8 | 8 | ||
| 9 | 9 | ||
| 10 | [tool.pytest.ini_options] | 10 | [tool.pytest.ini_options] |
| 11 | minversion = "6.0" | 11 | minversion = "7.0" |
| 12 | testpaths = [ | 12 | testpaths = [ |
| 13 | "tests" | 13 | "test" |
| 14 | ] | ||
| 15 | pythonpath = [ | ||
| 16 | "src" | ||
| 14 | ] | 17 | ] |
diff --git a/sphinx_conf.py b/sphinx_conf.py index 7d02133..3bef39e 100644 --- a/sphinx_conf.py +++ b/sphinx_conf.py | |||
| @@ -10,8 +10,8 @@ project = 'pyotp2289' | |||
| 10 | copyright = '2020-2023, Simeon Simeonov' | 10 | copyright = '2020-2023, Simeon Simeonov' |
| 11 | author = 'Simeon Simeonov' | 11 | author = 'Simeon Simeonov' |
| 12 | 12 | ||
| 13 | version = '1.2.0' | 13 | version = '1.2.1' |
| 14 | release = '1.2.0' | 14 | release = '1.2.1' |
| 15 | 15 | ||
| 16 | # -- General configuration --------------------------------------------------- | 16 | # -- General configuration --------------------------------------------------- |
| 17 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration | 17 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
diff --git a/src/otp2289/__init__.py b/src/otp2289/__init__.py index 4b600a0..5e51498 100644 --- a/src/otp2289/__init__.py +++ b/src/otp2289/__init__.py | |||
| @@ -40,7 +40,7 @@ from .server import ( | |||
| 40 | ) | 40 | ) |
| 41 | 41 | ||
| 42 | __author__ = 'Simeon Simeonov' | 42 | __author__ = 'Simeon Simeonov' |
| 43 | __version__ = '1.2.0' | 43 | __version__ = '1.2.1' |
| 44 | __license__ = 'BSD 2-Clause' | 44 | __license__ = 'BSD 2-Clause' |
| 45 | 45 | ||
| 46 | 46 | ||
diff --git a/tests/test_generator.py b/test/test_generator.py index b4bb961..b4bb961 100644 --- a/tests/test_generator.py +++ b/test/test_generator.py | |||
diff --git a/tests/test_main.py b/test/test_main.py index 35bd2a2..35bd2a2 100644 --- a/tests/test_main.py +++ b/test/test_main.py | |||
diff --git a/tests/test_server.py b/test/test_server.py index 64e7f67..64e7f67 100644 --- a/tests/test_server.py +++ b/test/test_server.py | |||
diff --git a/tests/test_static.py b/test/test_static.py index 7635e5e..7635e5e 100644 --- a/tests/test_static.py +++ b/test/test_static.py | |||
