Skip to content

Commit

Permalink
10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Oct 17, 2020
1 parent 5d8e97b commit 97f9e88
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
@@ -1,4 +1,4 @@
## Version 10.3.0 (next up)
## Version 10.3.0

Language Improvements:

Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Expand Up @@ -46,11 +46,11 @@
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '10.2'

# The full version, including alpha/beta/rc tags.
release = '10.2.0'
release = '10.3.0'
# The short X.Y version.
version = ".".join(release.split(".")[:2])

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions docs/maintainers-guide.rst
Expand Up @@ -27,9 +27,9 @@ The goal being that minor version series always get more stable over time and th
* Update version numbers using the three-part x.y.z notation everywhere:

* The header in CHANGES.md (this is where the site looks for the latest version number)
* ``"version"`` attribute in package.json
* ``"version"`` attribute in package-lock.json (run `npm install`)
* Two places in docs/conf.py (``version`` and ``release``)
* ``version`` attribute in package.json
* ``version`` attribute in package-lock.json (run `npm install`)
* ``release`` variable in docs/conf.py

* Commit the version changes and tag the commit with the version number (``9.16.2``, no "v" prefix or anything like that)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"syntax"
],
"homepage": "https://highlightjs.org/",
"version": "10.2.1",
"version": "10.3.0",
"author": {
"name": "Ivan Sagalaev",
"email": "maniac@softwaremaniacs.org"
Expand Down

0 comments on commit 97f9e88

Please sign in to comment.