Skip to content

Commit

Permalink
Versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakharov committed Apr 2, 2024
1 parent a9a7eb9 commit 631a504
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.5:
=====
- All Feature and FeatureCollection methods now have inplace=False by default

0.2.4:
=====
- Synchronize library versions for correct installation via pip
Expand Down
2 changes: 1 addition & 1 deletion aeronet/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 2, 4)
VERSION = (0, 2, 5)

__version__ = '.'.join(map(str, VERSION))
2 changes: 1 addition & 1 deletion aeronet_convert/aeronet_convert/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 2, 4)
VERSION = (0, 2, 5)

__version__ = '.'.join(map(str, VERSION))
2 changes: 1 addition & 1 deletion aeronet_raster/aeronet_raster/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 2, 4)
VERSION = (0, 2, 5)

__version__ = '.'.join(map(str, VERSION))
2 changes: 1 addition & 1 deletion aeronet_vector/aeronet_vector/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 2, 4)
VERSION = (0, 2, 5)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit 631a504

Please sign in to comment.