Skip to content

Commit

Permalink
Bump version: 1.1 → 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Jul 23, 2024
1 parent 35fc584 commit c7efd61
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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 = 1.1
current_version = 2.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?(-(?P<devrc>.*)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{devrc}{build}
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ services [MusicBrainz](https://musicbrainz.org) and
about your music (e.g key and BPM).

## Installation
- [Windows Installer](https://github.com/JOJ0/discodos/releases/download/v1.1.0/DiscoDOS-1.1.0-Win.exe)
- [macOS Installer](https://github.com/JOJ0/discodos/releases/download/v1.1.0/DiscoDOS-1.1.0-macOS.dmg)
- [Windows Installer](https://github.com/JOJ0/discodos/releases/download/v2.0.0/DiscoDOS-2.0.0-Win.exe)
- [macOS Installer](https://github.com/JOJ0/discodos/releases/download/v2.0.0/DiscoDOS-2.0.0-macOS.dmg)
- Linux - read the [Installation Guide](https://discodos.readthedocs.io/en/latest/INSTALLATION.html#linux)
- Install [the latest development version](https://discodos.readthedocs.io/en/latest/CONTRIBUTION.html)
directly from git master
Expand Down
2 changes: 1 addition & 1 deletion posix_pack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION='1.1.0'
VERSION='2.0.0'

if [[ $OSTYPE == "darwin"* ]]; then
OS="macOS"
Expand Down
2 changes: 1 addition & 1 deletion pynsist.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name=DiscoDOS
version=1.1.0
version=2.0.0
entry_point=discodos.cmd.open_shell_win:disco
icon=assets/discodos_7-v6_big_fat_D_256x256.ico
console=true
Expand Down
4 changes: 2 additions & 2 deletions setup_macapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#'emulate_shell_environment': 'true',
'verbose': 'true',
'plist': {
'CFBundleVersion': '1.1.0',
'CFBundleShortVersionString': '1.1.0',
'CFBundleVersion': '2.0.0',
'CFBundleShortVersionString': '2.0.0',
'CFBundleName': 'DiscoDOS',
'CFBundleDisplayName': 'DiscoDOS',
'CFBundleGetInfoString': 'DiscoDOS is the geekiest DJ tool on the planet',
Expand Down
2 changes: 1 addition & 1 deletion sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# version = '1.0'

# The full version, including alpha/beta/rc tags
release = '1.1.0'
release = '2.0.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit c7efd61

Please sign in to comment.