Skip to content

Commit

Permalink
MAINT: Increase version to 2.0.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed May 6, 2019
1 parent c1e57d4 commit 3a36838
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
CHANGELOG
==========

1.2.0 (unreleased)
------------------

### Core

### Development

### Harmonization

### Bots
#### Collectors

#### Parsers

#### Experts

#### Outputs

### Documentation

### Packaging

### Tests

### Tools

### Contrib

### Known issues


1.2.0.beta1 (2019-04-10)
------------------------
There are some features considered as beta and marked as such in the documentation, do not use them in production yet.
Expand Down
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ NEWS

See the changelog for a full list of changes.

2.0.0 Major release (unreleased)
--------------------------------

### Requirements

### Tools

### Harmonization

### Configuration

### Libraries

### Postgres databases


2.0.0.beta1 release (2019-04-10)
-------------------------------

Expand Down
2 changes: 1 addition & 1 deletion intelmq/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('2', '0', '0', 'beta1')
__version_info__ = ('2', '0', '0', 'beta2')
__version__ = '.'.join(__version_info__)

0 comments on commit 3a36838

Please sign in to comment.