mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
Update copyright year
This commit is contained in:
parent
feed916f46
commit
48a2bcc039
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2020, ETS Labs
|
Copyright (c) 2021, ETS Labs
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -52,7 +52,7 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Dependency Injector'
|
project = u'Dependency Injector'
|
||||||
copyright = u'2020, ETS Labs'
|
copyright = u'2021, ETS Labs'
|
||||||
author = u'ETS Labs'
|
author = u'ETS Labs'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
|
|
|
@ -18,6 +18,7 @@ Development version
|
||||||
- Fix a typo in `ext.flask` deprecation warning.
|
- Fix a typo in `ext.flask` deprecation warning.
|
||||||
See PR `#345 <https://github.com/ets-labs/python-dependency-injector/pull/345>`_ for details.
|
See PR `#345 <https://github.com/ets-labs/python-dependency-injector/pull/345>`_ for details.
|
||||||
Thanks to `Fotis Koutoupas <https://github.com/kootoopas>`_ for the fix.
|
Thanks to `Fotis Koutoupas <https://github.com/kootoopas>`_ for the fix.
|
||||||
|
- Update copyright year.
|
||||||
|
|
||||||
4.5.4
|
4.5.4
|
||||||
-----
|
-----
|
||||||
|
|
Loading…
Reference in New Issue
Block a user