Skip to content

Commit

Permalink
This is pyRFC3339 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtraschke committed Nov 4, 2024
1 parent b326744 commit a11f99f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Changelog
=========

2.0.1 (2024-11-03)
------------------

- Fix GitHub Actions badge in README.rst.

2.0 (2024-11-03)
----------------

(not released to PyPI)

- Migrate tests from `nose` to `unittest` and `pytest` (:issue:`16`)
- Replace :mod:`pytz` dependency with :attr:`datetime.timezone.utc` and :mod:`zoneinfo` (:issue:`15`)
- Reformat codebase with `black` and `isort`
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Description
===========

.. image:: https://github.com/kurtraschke/pyRFC3339/actions/workflows/test.yml/badge.svg
:target: https://github.com/kurtraschke/pyRFC3339/actions/workflows/test.yml
.. image:: https://github.com/kurtraschke/pyRFC3339/actions/workflows/test-python.yml/badge.svg
:target: https://github.com/kurtraschke/pyRFC3339/actions/workflows/test-python.yml
:alt: Build Status

.. image:: https://readthedocs.org/projects/pyrfc3339/badge/?version=latest
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0'
version = '2.0.1'
# The full version, including alpha/beta/rc tags.
release = '2.0'
release = '2.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = "pyRFC3339",
version = "2.0",
version = "2.0.1",
author = "Kurt Raschke",
author_email = "[email protected]",
url = "https://github.com/kurtraschke/pyRFC3339",
Expand Down

0 comments on commit a11f99f

Please sign in to comment.