File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " crystal"
3
- version = " 1.1.1b "
3
+ version = " 1.2.0b "
4
4
description = " "
5
5
authors = [" David Foster <david@dafoster.net>" ]
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 1
1
[Setup]
2
2
AppName = Crystal Web Archiver
3
- AppVersion = 1.1 .1b
3
+ AppVersion = 1.2 .0b
4
4
AppCopyright = Copyright (C) 2011 -2021 David Foster. All Rights Reserved
5
5
DefaultDirName = {pf} \Crystal Web Archiver
6
6
DefaultGroupName = Crystal Web Archiver
7
7
UninstallDisplayIcon = {app} \Crystal Web Archiver.exe
8
8
Compression = lzma2
9
9
SolidCompression = yes
10
- OutputBaseFilename = crystal-win-1.1 .1b
10
+ OutputBaseFilename = crystal-win-1.2 .0b
11
11
OutputDir = dist-win
12
12
DisableProgramGroupPage = yes
13
13
Original file line number Diff line number Diff line change 1
- __version__ = '1.1.1b '
1
+ __version__ = '1.2.0b '
Original file line number Diff line number Diff line change 5
5
6
6
7
7
def test_version_is_expected_value ():
8
- assert __version__ == '1.1.1b '
8
+ assert __version__ == '1.2.0b '
9
9
10
10
11
11
def test_version_in_pyproject_toml_is_consistent_with_package_version ():
You can’t perform that action at this time.
0 commit comments