opendate 0.1.11__py3-none-any.whl → 0.1.12__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of opendate might be problematic. Click here for more details.

date/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = '0.1.11'
1
+ __version__ = '0.1.12'
2
2
 
3
3
  import datetime as _datetime
4
4
 
date/date.py CHANGED
@@ -902,7 +902,7 @@ class Date(DateExtrasMixin, DateBusinessMixin, _pendulum.Date):
902
902
 
903
903
  @classmethod
904
904
  def today(cls):
905
- d = _datetime.date.today()
905
+ d = _datetime.datetime.now(LCL)
906
906
  return cls(d.year, d.month, d.day)
907
907
 
908
908
  def isoweek(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: opendate
3
- Version: 0.1.11
3
+ Version: 0.1.12
4
4
  Summary: Python business datetimes
5
5
  Home-page: https://github.com/bissli/opendate
6
6
  License: MIT
@@ -0,0 +1,7 @@
1
+ date/__init__.py,sha256=3fxOfehp0ICai0AF8pgpJPwJZKjR-CIDECPGNQMNhTM,2865
2
+ date/date.py,sha256=0GPnKNt9mdAvWmXC7ZUFDs6-_kTEY6sbqrKvP-fZFZg,57585
3
+ date/extras.py,sha256=7xsOsdhKrmGoyLl5W4Xhg9TfuytaaIH7uKWW9PvR5sE,2832
4
+ opendate-0.1.12.dist-info/LICENSE,sha256=V4Rx8WWy7v8Fim6PHcEBszpZkDLbCHeorz1e_gr0Cbk,1111
5
+ opendate-0.1.12.dist-info/METADATA,sha256=BRm-wE6c2-sF6e3cFgYoOnKd6SriRcPD78d4s79LbZc,1842
6
+ opendate-0.1.12.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
7
+ opendate-0.1.12.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- date/__init__.py,sha256=zy40bvABy23WBA-LPipESwx0-_jovki_1J8u_hGauYk,2865
2
- date/date.py,sha256=ewGoFreai0ZvAXmo86b-PiBwlnLAEfvSVsPnvPqZi4A,57580
3
- date/extras.py,sha256=7xsOsdhKrmGoyLl5W4Xhg9TfuytaaIH7uKWW9PvR5sE,2832
4
- opendate-0.1.11.dist-info/LICENSE,sha256=V4Rx8WWy7v8Fim6PHcEBszpZkDLbCHeorz1e_gr0Cbk,1111
5
- opendate-0.1.11.dist-info/METADATA,sha256=xhPS0tMTjnpFQjdkF24MZFZyrqPQzd3OgcGYZsr3wO4,1842
6
- opendate-0.1.11.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
7
- opendate-0.1.11.dist-info/RECORD,,