Skip to content

Commit 4cd0791

Browse files
committed
Bump version to 1.2.0b.
1 parent 13f862c commit 4cd0791

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "crystal"
3-
version = "1.1.1b"
3+
version = "1.2.0b"
44
description = ""
55
authors = ["David Foster <david@dafoster.net>"]
66
readme = "README.md"

setup/win-installer.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[Setup]
22
AppName=Crystal Web Archiver
3-
AppVersion=1.1.1b
3+
AppVersion=1.2.0b
44
AppCopyright=Copyright (C) 2011-2021 David Foster. All Rights Reserved
55
DefaultDirName={pf}\Crystal Web Archiver
66
DefaultGroupName=Crystal Web Archiver
77
UninstallDisplayIcon={app}\Crystal Web Archiver.exe
88
Compression=lzma2
99
SolidCompression=yes
10-
OutputBaseFilename=crystal-win-1.1.1b
10+
OutputBaseFilename=crystal-win-1.2.0b
1111
OutputDir=dist-win
1212
DisableProgramGroupPage=yes
1313

src/crystal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.1b'
1+
__version__ = '1.2.0b'

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def test_version_is_expected_value():
8-
assert __version__ == '1.1.1b'
8+
assert __version__ == '1.2.0b'
99

1010

1111
def test_version_in_pyproject_toml_is_consistent_with_package_version():

0 commit comments

Comments
 (0)