Skip to content

Commit

Permalink
See CHANGELOG tag-2.4-20210819b
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnavarro committed Aug 18, 2021
1 parent cc380a6 commit 4115bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag-2.4-20210819 JP
tag-2.4-20210819 and tag-2.4-20210819b JP
- Bump version up to v1.0.0

tag-2.4-20210818 JP
Expand Down
2 changes: 1 addition & 1 deletion django_xsede_warehouse/warehouse_views/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def to_representation(self, instance):
return rep

def get_schemaVersion(self, RDRResource):
return('0.1.0')
return('1.0.0')

def get_computeResources(self, RDRResource):
if RDRResource.rdr_type != 'compute':
Expand Down

0 comments on commit 4115bef

Please sign in to comment.