Skip to content

Commit

Permalink
Merge pull request #200 from kuzmoyev/dev
Browse files Browse the repository at this point in the history
v2.5.1
  • Loading branch information
kuzmoyev authored Nov 1, 2024
2 parents e38c81b + bde30c1 commit 87b27eb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions docs/source/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
Change log
==========

v2.5.1
~~~~~~

API
---
* Fixed comment typo

Core
----
* None

Backward compatibility
----------------------
* Full compatibility

v2.5.0
~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
autodoc_member_order = 'bysource'
autodoc_typehints = "description"

googleanalytics_id = 'G-PT0TPQSZ56'
googleanalytics_id = 'G-X3GDQM7S79'

html_css_files = [
'css/custom.css',
Expand Down
2 changes: 1 addition & 1 deletion gcsa/_services/events_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_events(
"""Lists events.
:param time_min:
Staring date/datetime
Starting date/datetime
:param time_max:
Ending date/datetime
:param order_by:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

here = os.path.abspath(os.path.dirname(__file__))

VERSION = '2.5.0'
VERSION = '2.5.1'


class UploadCommand(Command):
Expand Down

0 comments on commit 87b27eb

Please sign in to comment.