Skip to content

Commit

Permalink
Version bump to 3.0.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaferrera committed Mar 18, 2020
1 parent 51a3912 commit 6cf31f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

### Added

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Stable

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

$ pip3 install stoq-framework==3.0.0b2
$ pip3 install stoq-framework


.. _installlatestdev:
Expand Down
2 changes: 1 addition & 1 deletion stoq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
)
from .exceptions import StoqException, StoqPluginException, StoqPluginNotFound

__version__ = '3.0.0b3'
__version__ = '3.0.0'

0 comments on commit 6cf31f4

Please sign in to comment.