igs-slm 0.1.1b0__py3-none-any.whl → 0.1.2b0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: igs-slm
3
- Version: 0.1.1b0
3
+ Version: 0.1.2b0
4
4
  Summary: IGS Site Log Manager
5
5
  Home-page: https://igs-slm.readthedocs.io
6
6
  License: MIT
@@ -41,7 +41,7 @@ Requires-Dist: django-enum (>=1.2.2,<2.0.0)
41
41
  Requires-Dist: django-filter (>=24.2,<25.0)
42
42
  Requires-Dist: django-ipware (>=7.0.1,<8.0.0)
43
43
  Requires-Dist: django-polymorphic (>=3.1.0,<4.0.0)
44
- Requires-Dist: django-render-static (>=3.1.1,<4.0.0)
44
+ Requires-Dist: django-render-static (>=3.1.2,<4.0.0)
45
45
  Requires-Dist: django-routines (>=1.1.3,<2.0.0)
46
46
  Requires-Dist: django-split-settings (>=1.2.0,<2.0.0)
47
47
  Requires-Dist: django-typer (>=2.1.2,<3.0.0)
@@ -6,7 +6,7 @@ igs_tools/defines/data_center.py,sha256=gLoUebE90C4OeyvEqCx-1RY2C0Nq9N9rchPc7V--
6
6
  igs_tools/defines/rinex.py,sha256=hHJzuqO5VZbroK6wznTxX0CEGB-WZea4S4F-lpJXKYc,1824
7
7
  igs_tools/directory.py,sha256=rEnKArO__FEotwSuMWbCEqGzKl2DKsFntci-te87kJ0,7731
8
8
  igs_tools/utils.py,sha256=cXQYRFQkmhsUuqr06Kd87bfArGJmeeWRDvm-tmGt7C4,1665
9
- slm/__init__.py,sha256=12vHPVCMpi9N49tv3UYLEDwjqrbo7FvfVs1WLBYwMnU,934
9
+ slm/__init__.py,sha256=RpBi0peIRbGptM-K_zprG_mRObgY2jhJ9MCD0PU6a1E,934
10
10
  slm/admin.py,sha256=h3gME2h0AViimLHORLHa2KElEiophmI1UM5D4IM-9F0,18699
11
11
  slm/api/edit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  slm/api/edit/serializers.py,sha256=epxqI-LUNokPwrakanqXpjN5cpRgdDV_hXJSFJ-7ikc,9467
@@ -440,8 +440,8 @@ slm/utils.py,sha256=_okGmjwfuLIkt2UoBLzUvbqaIw0QwhRhMU3Kd2t1X40,8755
440
440
  slm/validators.py,sha256=SI3nYXCcZNwm1dil86VHIjlSDIoNtWhNbwd5mqzdhNE,10081
441
441
  slm/views.py,sha256=qrflIax5nW9BZsmKCT0x536yiptbLxS4A8IofYr-qI8,24179
442
442
  slm/widgets.py,sha256=X8FA_SiORQlBH0-7ZhSDpNwmraD9baSqtY2mDq3TCms,4470
443
- igs_slm-0.1.1b0.dist-info/LICENSE,sha256=Ule7W0M1rD6VzE1jyyits_LrhKJowCQ0fsWFgdG2oQc,1092
444
- igs_slm-0.1.1b0.dist-info/METADATA,sha256=B4vIoaV3Qxbg75JixePbEvsWkw3b5GR9_A6hOl-9ahQ,9535
445
- igs_slm-0.1.1b0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
446
- igs_slm-0.1.1b0.dist-info/entry_points.txt,sha256=XlkUn_fGLyKyZlIHmVUzfsGeNmoV-k8w5YPk1sct9_Q,61
447
- igs_slm-0.1.1b0.dist-info/RECORD,,
443
+ igs_slm-0.1.2b0.dist-info/LICENSE,sha256=Ule7W0M1rD6VzE1jyyits_LrhKJowCQ0fsWFgdG2oQc,1092
444
+ igs_slm-0.1.2b0.dist-info/METADATA,sha256=HexykIdhjEHNTk1BJyJlknGbRyV7v0l45r-68gjCL8c,9535
445
+ igs_slm-0.1.2b0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
446
+ igs_slm-0.1.2b0.dist-info/entry_points.txt,sha256=XlkUn_fGLyKyZlIHmVUzfsGeNmoV-k8w5YPk1sct9_Q,61
447
+ igs_slm-0.1.2b0.dist-info/RECORD,,
slm/__init__.py CHANGED
@@ -12,7 +12,7 @@ r"""
12
12
  '----------------' '----------------' '----------------'
13
13
  """
14
14
 
15
- VERSION = (0, 1, "1b")
15
+ VERSION = (0, 1, "2b")
16
16
 
17
17
  __title__ = "IGS/Site Log Manager"
18
18
  __version__ = ".".join(str(i) for i in VERSION)