Codebase list sqlalchemy-utc / 6a5a0b31-92dc-4414-a0da-6e4bdb357d44/main
New upstream release. Kali Janitor 2 years ago
5 changed file(s) with 20 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Changelog
11 =========
2
3 0.12.0
4 ------
5
6 Released on May 7, 2021.
7
8 - Add `py.typed` file to the package to be compatible with PEP-561.
9 [`#10`_ by Dima Boger]
10
11 .. _#10: https://github.com/spoqa/sqlalchemy-utc/pull/10
12
213
314 0.11.0
415 ------
617 Released on November 13, 2020.
718
819 - Ensured always returning the datetime with UTC timezone.
9 [`#8_` by Eduard Christian Dumitrescu]
20 [`#8`_ by Eduard Christian Dumitrescu]
1021
1122 .. _#8: https://github.com/spoqa/sqlalchemy-utc/pull/8
1223
0 sqlalchemy-utc (0.12.0-0kali1) UNRELEASED; urgency=low
1
2 * New upstream release.
3
4 -- Kali Janitor <[email protected]> Wed, 02 Jun 2021 05:45:10 -0000
5
06 sqlalchemy-utc (0.11.0-0kali1) kali-dev; urgency=medium
17
28 * Initial release
4646 version=get_version(),
4747 url='https://github.com/spoqa/sqlalchemy-utc',
4848 packages=find_packages(exclude=('tests*',)),
49 package_data={'sqlalchemy_utc': ['py.typed']},
4950 author='Hong Minhee',
5051 author_email='hongminhee' '@' 'member.fsf.org',
5152 license='MIT License',
(New empty file)
0 __version__ = '0.11.0'
0 __version__ = '0.12.0'