Skip to content

Commit

Permalink
Update patch notes for 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Feb 3, 2020
1 parent 06ccf4b commit 82698e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_SECURITY_VERSION=1.4.2
ARG PYTHON_SECURITY_VERSION=1.4.4
ARG PYCHARM_VERSION=2019.3.2
FROM ubuntu:18.04
ARG PYTHON_SECURITY_VERSION
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'org.tonybaloney.security'
version '1.4.2'
version '1.4.4'

repositories {
mavenCentral()
Expand Down Expand Up @@ -36,7 +36,7 @@ intellij {

patchPluginXml {
changeNotes """
<h2>1.4.2</h2>
<h2>1.4.4</h2>
<ul>
<li>Fixed a bug where packages that had a vulnerability in safetydb but no CVE record would raise a NPE to PyCharm</li>
</ul>
Expand Down

0 comments on commit 82698e3

Please sign in to comment.