Skip to content

Commit

Permalink
Improve SEO and bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Dec 6, 2022
1 parent 867ab93 commit 53f5c58
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.0
current_version = 3.3.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This file is updated every release since v1.0.0 with the use of towncrier from t

.. towncrier release notes start
Openskill 3.3.0 (2022-12-06)
============================

Documentation Improvements
--------------------------

- Improve SEO of documentation.


Openskill 3.2.0 (2022-12-06)
============================

Expand Down
4 changes: 4 additions & 0 deletions docs/advanced.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:og:description: Experimental and advanced features for OpenSkill like time decay and additive time dynamics factor.
:og:image: https://i.imgur.com/tSTFzZY.gif
:og:image:alt: Logo of OpenSkill for Python

==============
Advanced Guide
==============
Expand Down
4 changes: 4 additions & 0 deletions docs/manual.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:og:description: A faster and open license multi-team, multiplayer rating system comparable to TrueSkill.
:og:image: https://i.imgur.com/tSTFzZY.gif
:og:image:alt: Logo of OpenSkill for Python

.. image:: https://i.imgur.com/tSTFzZY.gif

A faster and open license multi-team, multiplayer rating system comparable to TrueSkill.
Expand Down
2 changes: 1 addition & 1 deletion openskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
team_rating,
)

__version__ = "3.2.0"
__version__ = "3.3.0"

0 comments on commit 53f5c58

Please sign in to comment.