Skip to content

Commit

Permalink
Bump polaris version and remove unneeded message compilation step in …
Browse files Browse the repository at this point in the history
…dockerfile
  • Loading branch information
JakeUrban committed Feb 14, 2020
1 parent fc354b5 commit 10c7c8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ DJANGO_SECRET_KEY=notsosecretkey\
WORKDIR /code
RUN pip install pipenv; pipenv install --dev --system

# Create .po and .mo translation files
WORKDIR /code/polaris/polaris
RUN django-admin compilemessages
WORKDIR /code/server
RUN django-admin compilemessages

WORKDIR /code

# Compile static assets, collect static assets, run migrations
RUN python manage.py compilescss; python manage.py collectstatic --no-input -v 0

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
author = "Jake Urban"

# The short X.Y version
version = "0.10.1"
version = "0.10.2"
# The full version, including alpha/beta/rc tags
release = "0.10.1"
release = "0.10.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="django-polaris",
version="0.10.1",
version="0.10.2",
description="A SEP-24-compliant Django anchor server",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 10c7c8d

Please sign in to comment.