Skip to content

Commit

Permalink
added version 1.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcos committed Jan 19, 2018
1 parent 2e9a16e commit ec4b350
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Always reference the ticket number at the end of the issue description.

##1.0.0-beta2

##1.0.0-beta1 (unreleased)
##Added

- Django 2.0 compatibility

## Removed

- Django 1.8 support


##1.0.0-beta1

##Added

Expand Down
2 changes: 1 addition & 1 deletion arctic/static/arctic/dist/assets/css/arctic.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions arctic/static/arctic/src/assets/scss/partials/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
font-size: 12px;
text-transform: uppercase;
color: $gray-medium;
vertical-align: top;
a {
color: $gray-medium;
white-space: nowrap;
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
from setuptools import (find_packages, setup)

__VERSION__ = '1.0.0b1'
__VERSION__ = '1.0.0b2'


def read_md(f):
Expand Down

0 comments on commit ec4b350

Please sign in to comment.