Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Aug 12, 2022
1 parent ac4d92e commit 9d5ea73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Freezegun Changelog
===================

1.3.0
1.2.2
-----

* Removes Python 3.6 support, which reached its EOL on 2021-12-23 (https://devguide.python.org/versions/?highlight=End-of-life#unsupported-versions).

* Improved static typing definitions

* Don't freeze pytest timings. This avoids class-level decorator usage messing with pytest timings.

* Pass through all setUp and tearDown arguments


1.2.1
-----

Expand Down
2 changes: 1 addition & 1 deletion freezegun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .config import configure

__title__ = 'freezegun'
__version__ = '1.2.1'
__version__ = '1.2.2'
__author__ = 'Steve Pulec'
__license__ = 'Apache License 2.0'
__copyright__ = 'Copyright 2012 Steve Pulec'
Expand Down

5 comments on commit 9d5ea73

@kloczek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://pypi.org/project/freezegun/ shows that latest vesion is 1.2.2 however in git repo is missing git tag for that version.
Is it possibl;e to add that tag? πŸ€”

@grawlinson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an issue here that is relevant.

@kloczek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://pypi.io/project/freezegun/ shows lat version 1.2.2 howvere here looks like it is missing git tag for that version.
Is it possible to add that missing tag? πŸ€”

@bblommers
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kloczek
Copy link

@kloczek kloczek commented on 9d5ea73 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you πŸ‘

Please sign in to comment.