Skip to content

Commit

Permalink
Script(update): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Dec 18, 2021
1 parent c176685 commit 551325a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions data/metainfo/srain.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
</content_rating>

<releases>
<release version="1.3.1" date="2021-12-18">
<url>https://doc.srain.im/en/latest/changelog.html#version-1-3-1</url>
</release>
<release version="1.3" date="2021-09-21">
<url>https://doc.srain.im/en/latest/changelog.html#version-1-3-0</url>
</release>
Expand Down
14 changes: 7 additions & 7 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@

# General information about the project.
project = 'Srain'
copyright = '2017, Shengyu Zhang'
copyright = '2021, Shengyu Zhang'
author = 'Shengyu Zhang'

# 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 = '1.3.0'
version = '1.3.1'
# The full version, including alpha/beta/rc tags.
release = '1.3.0'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -175,12 +175,12 @@
extensions.append('sphinx.ext.extlinks')

extlinks = {
'issue': ('https://github.com/SrainApp/srain/issues/%s', 'srain#'),
'pull': ('https://github.com/SrainApp/srain/pull/%s', 'srain#'),
'issue': ('https://github.com/SrainApp/srain/issues/%s', '#'),
'pull': ('https://github.com/SrainApp/srain/pull/%s', '#'),
'commit': ('https://github.com/SrainApp/srain/commit/%s', ''),

'contrib-issue': ('https://github.com/SrainApp/srain-contrib/issues/%s', 'srain-contrib#'),
'contrib-pull': ('https://github.com/SrainApp/srain-contrib/pull/%s', 'srain-contrib#'),
'contrib-issue': ('https://github.com/SrainApp/srain-contrib/issues/%s', 'contrib#'),
'contrib-pull': ('https://github.com/SrainApp/srain-contrib/pull/%s', 'contrib#'),
'contrib-commit': ('https://github.com/SrainApp/srain/commit/%s', ''),

'people': ('https://github.com/%s', '@'),
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project(
'srain', 'c',
version: '1.3.0',
version: '1.3.1',
license: 'GPL3',
meson_version: '>= 0.45.0'
)
Expand Down

0 comments on commit 551325a

Please sign in to comment.