Skip to content

Commit 6cf31f4

Browse files
committed
Version bump to 3.0.0 final
1 parent 51a3912 commit 6cf31f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased (v3.0)
8+
## [3.0.0] - 2020-03-18
99

1010
### Added
1111

docs/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Stable
3434

3535
The simplest way to get started is to install stoQ from pip::
3636

37-
$ pip3 install stoq-framework==3.0.0b2
37+
$ pip3 install stoq-framework
3838

3939

4040
.. _installlatestdev:

stoq/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
)
3232
from .exceptions import StoqException, StoqPluginException, StoqPluginNotFound
3333

34-
__version__ = '3.0.0b3'
34+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)